home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 1 / ACE CD 1.iso / files / utils / acroarex.dms / in.adf / Public_Domain / PD_STUFF.lha / RexxIntuition / Notes < prev    next >
Encoding:
Text File  |  1992-05-30  |  1.1 KB  |  25 lines

  1. This rx_intui library includes a few new functions.
  2.  
  3. Bug fixes for 0.1 include:
  4.   The menu item and subitem flags now work as described.
  5.   The Input() command had a fatal bug. It now works properly
  6.  
  7. Changes for 0.1:
  8.   All commands now have the prefix "rxi_" added to them (i.e. GetWindow is now
  9. rxi_GetWindow). This is to ensure that this library's function names are less
  10. likely to conflict with other rexx function libraries.
  11.   The requester and Input functions now change the font to Topaz 8 before
  12. opening. Fore and back pens and Drawmode are now saved/restored.
  13.  
  14. Changes for 0.2:
  15.   A new function, SetColor is added.
  16.   The OnOffGadg function now can Activate a gadget
  17.   The Color() function takes an additional arg, and has a new return
  18.  
  19. Changes for 0.3:
  20.   Now uses the new disreq.library to replace the requester.library. This
  21.   results in new features such as multiple extension match, each program can
  22.   simultaneously open its own requester, and the ability to add/remove certain
  23.   gadgets from the requester (including extra optional gadgets/functions
  24.   including automatically adding new strings to the list or deleting ones).
  25.